java.lang.Object
edu.claflin.finder.algo.clustering.struct.leading_eigenvector_struct.Maths

public class Maths extends Object
  • Constructor Details

    • Maths

      public Maths()
  • Method Details

    • hypot

      public static double hypot(double a, double b)
      sqrt(a^2 + b^2) without under/overflow.